-
-
Notifications
You must be signed in to change notification settings - Fork 8
fix: update schemastore catlog url #387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: ae6ef8f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThe changes update the URL used to fetch the schemastore JSON schema catalog in the Changes
Assessment against linked issues
Suggested reviewers
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
src/utils/ast/js/utils.tsOops! Something went wrong! :( ESLint: 9.28.0 Error: Cannot find module '/node_modules/eslint-plugin-json-schema-validator/lib/index.js'. Please verify that the package.json has a valid "main" entry src/rules/no-invalid.tsOops! Something went wrong! :( ESLint: 9.28.0 Error: Cannot find module '/node_modules/eslint-plugin-json-schema-validator/lib/index.js'. Please verify that the package.json has a valid "main" entry 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (2)
⏰ Context from checks skipped due to timeout of 90000ms (1)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the schemastore catalog URL to use the new endpoint.
- Updated the constant value of CATALOG_URL in src/rules/no-invalid.ts to reflect the new URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🧹 Nitpick comments (1)
.changeset/eight-timers-tickle.md (1)
1-6: Nit: Spelling error in changeset summary
The changeset title reads “fix: update schemastore catlog url” – “catlog” should be “catalog.” Please correct the typo.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
.changeset/eight-timers-tickle.md(1 hunks)src/rules/no-invalid.ts(1 hunks)
🧰 Additional context used
🪛 GitHub Actions: CI
src/rules/no-invalid.ts
[error] 420-420: TypeError: Error while loading rule 'json-schema-validator/no-invalid': catalog.schemas is not iterable. Occurred during linting of tests/fixtures/integrations/eslint-plugin/legacy-config-test01/src/test.js.
[error] 420-420: TypeError: Error while loading rule 'json-schema-validator/no-invalid': catalog.schemas is not iterable. Occurred during linting of tests/fixtures/integrations/eslint-plugin/flat-config-test01/src/test.js.
[error] 420-420: TypeError: Error while loading rule 'rule-to-test/no-invalid': catalog.schemas is not iterable. Occurred during linting of tests/fixtures/rules/no-invalid/valid/vue-test/test02-input.vue.
[error] 420-420: TypeError: Error while loading rule 'rule-to-test/no-invalid': catalog.schemas is not iterable. Occurred during linting of tests/fixtures/rules/no-invalid/invalid/vue-test/test01-input.vue.
close #386
Summary by CodeRabbit